home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / parad / jan96 / ehrmf101.gif < prev    next >
Graphics Interchange Format  |  1996-11-18  |  5KB  |  483x150  |  4-bit (9 colors)
Labels: text | screenshot | display | font | number | software | line
OCR: : SQL Editor : WORK:FIG01.SQL X SELECT C. "Name", 0. "Order No", 0. "Total Invoice" FROM Customer C JOIN Orders 0 ON C. "Customer No" = 0. "Customer No" WHERE 0. "Sale Date" = ( SELECT 02. "Sale Date" FROM Orders 02 WHERE 02. "Order No" = 1127 ) .